home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / pc_dcl.zip / HELP / ALLOCATE.HTX < prev    next >
Text File  |  1991-10-15  |  2KB  |  68 lines

  1. ALLOCATE
  2.  
  3.  ALLOCATE
  4.  
  5.     Establishes  a logical  name  for  a device.
  6.  
  7.     Format:
  8.  
  9.  
  10.       ALLOCATE  device-name[:] logical-name[:]
  11.  
  12.  
  13.     Additional information :
  14.  
  15.        Device-name allocate.device-name     Logical-name allocate.device-name      /LOG allocate./LOG
  16.        Examples allocate.examples
  17.  
  18. allocate.device-name
  19.  
  20.  ALLOCATE
  21.  
  22.      device-name[:]
  23.  
  24.       Specifies the  name  a  device to be  searched  for  the  allocation
  25.       request.   
  26.  
  27.  
  28.  
  29.  ALLOCATE
  30.  
  31.      logical-name
  32.  
  33.       Specifies a 1- through  32-character logical name to  be  associated
  34.       with  the  allocated  device.   The  logical  name  is placed in the
  35.       logical name table, with the name  of the physical  device allocated
  36.       as its equivalence  name.  Subsequent references to the logical name
  37.       result in automatic translation to the specified device name.
  38.  
  39.       If you include a trailing colon (:) on the logical name,  the  colon
  40.       is  removed  from  the name before the name is placed in the logical
  41.       name table.
  42. 
  43. allocate./LOG
  44.  
  45.  ALLOCATE
  46.  
  47.     /LOG
  48.  
  49.      /LOG (default)
  50.      /NOLOG
  51.  
  52.       Displays a message indicating the name of the device  allocated.  If
  53.       the operation specifies a logical name that is currently assigned to
  54.       another device, displays the superseded value.
  55.  
  56.  
  57.  ALLOCATE
  58.  
  59.   Examples
  60.  
  61.            $ ALLOCATE  /LOG C: INPUTDISK: 
  62.            C: allocated as INPUTDISK.
  63.  
  64.       The ALLOCATE command establishes a logical name for the C: disk drive
  65.       The system  response  indicates  that  the  command  was successfully
  66.       executed.
  67. 
  68.